Skip to content

fix (POR-19165): remove unintended left border from FilterBar#1175

Merged
nastyaeremina merged 1 commit intomainfrom
fix/remove-left-border-filterbar
Apr 14, 2026
Merged

fix (POR-19165): remove unintended left border from FilterBar#1175
nastyaeremina merged 1 commit intomainfrom
fix/remove-left-border-filterbar

Conversation

@nastyaeremina
Copy link
Copy Markdown
Contributor

@nastyaeremina nastyaeremina commented Apr 4, 2026

Summary

  • Removed unintended left border from the FilterBar component
  • The FilterBar was using border (all sides) with borderTop: 'none' instead of just borderBottom, which caused a visible left border on the Tasks page
  • Changed to borderBottom only, matching the existing previewMode style

Test plan

  • Verify the left-side border is no longer visible on the Tasks page
  • Verify the bottom border divider is still present under the filter bar
  • Check both list and board views

Before:
image

After:
Screenshot 2026-04-03 at 8 54 30 PM

🤖 Generated with Claude Code

The FilterBar was using `border` (all sides) with `borderTop: 'none'`,
leaving visible left, right, and bottom borders. Changed to `borderBottom`
only, matching the previewMode style and removing the unintended left
border visible on the tasks page.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@nastyaeremina nastyaeremina changed the title fix: remove unintended left border from FilterBar fix (POR-19165): remove unintended left border from FilterBar Apr 4, 2026
@linear
Copy link
Copy Markdown

linear bot commented Apr 4, 2026

@nastyaeremina nastyaeremina merged commit 453f228 into main Apr 14, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants